home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / zh-py-gb.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  46 lines

  1. ;; zh-py-gb.mim -- Chinese GB2312.1980 input method with Pinyin sequence
  2. ;; Copyright (C) 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. (input-method zh py-gb)
  25.  
  26. (description "Chinese GB2312 input method with Pinyin sequence.
  27. In addition to Chinese characters, fullwidth latin characters and
  28. symbols are available in fullwidth mode (turns on and off by
  29. \">>\" and \"<<\" respectively).  This mode can also be turned on
  30. temporarily by typing \"Z\".
  31. ")
  32.  
  33. (title "µï╝gb")
  34.  
  35. (variable
  36.  (candidates-group-size)
  37.  (candidates-charset nil gb2312.1980))
  38.  
  39. (include (zh py) map)
  40. (include (zh py) state)
  41.  
  42. ;; Local Variables:
  43. ;; coding: utf-8
  44. ;; mode: lisp
  45. ;; End:
  46.